const strconv.maxUint64 4 uses strconv (current package) atoi.go#L68: const maxUint64 = 1<<64 - 1 atoi.go#L122: cutoff = maxUint64/10 + 1 atoi.go#L124: cutoff = maxUint64/16 + 1 atoi.go#L126: cutoff = maxUint64/uint64(base) + 1
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)